-
Notifications
You must be signed in to change notification settings - Fork 43
Fix warnings revealed by v0.14.1 PS release; export functions #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Exported functions - mapCont - withCont
CHANGELOG.md
Outdated
@@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based | |||
Breaking changes: | |||
|
|||
New features: | |||
- Export `mapCont` and `withCont` functions (#139 by @JordanMartinez) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If these were introduced in a separate PR and originally meant to be exported, we should probably link to the PR that actually introduced them I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the functions were originally added in #70
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added the PR to the changelog entry. Does that suffice?
CHANGELOG.md
Outdated
@@ -7,10 +7,12 @@ Notable changes to this project are documented in this file. The format is based | |||
Breaking changes: | |||
|
|||
New features: | |||
- Export `mapCont` and `withCont` functions originally added in #70 by @parsonmatt (#139 by @JordanMartinez) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Export `mapCont` and `withCont` functions originally added in #70 by @parsonmatt (#139 by @JordanMartinez) | |
- Export `mapCont` and `withCont` functions originally added in #70 by @parsonsmatt (#139 by @JordanMartinez) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! (apart from the typo)
Description of the change
Self-explanatory. Backlinking to purescript/purescript#4071
Checklist: